McAxisMotionState Class

Describes the motion state of an axis.

Inheritance Hierarchy

System.Object
  IntervalZero.KINGSTAR.Base.Api.McAxisMotionState

Namespace: IntervalZero.KINGSTAR.Base.Api

Assembly: IntervalZero.KINGSTAR.Base.Api (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public class McAxisMotionState
Public Class McAxisMotionState

 

The McAxisMotionState class exposes the following members.

Constructors

 NameDescription
McAxisMotionStateInitializes a new instance of the McAxisMotionState class.

Properties

 NameDescription
AcceleratingThe axis is accelerating.
ConstantVelocityThe axis is moving at a constant speed.
DeceleratingThe axis is decelerating.
DirectionNegativeThe axis is moving in the negative direction.
DirectionPositiveThe axis is moving in the positive direction.

See also

IntervalZero.KINGSTAR.Base.Api Namespace